home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
quit.dir
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-18
|
230 b
|
11 lines
on exitFrame
global soundVar, doneFlag
soundstopper()
set doneFlag to 0
set the timeoutScript to "checkDONEstate"
set soundVar to random(7)
set soundVar to "done" & soundVar
puppetSound(soundVar)
updateStage()
end